• +55 71 3186 1400
  • contato@lexss.adv.br

html code example

Forms. This template has … A Basic Code Example. Here are links to free HTML codes. ... More HTML Examples. You need one of these for each column on each row. Other useful attributes include "target" and "title." Working in a similar way is the


tag. HTML Examples HTML Quiz HTML Exercises HTML Certificate HTML Summary HTML Accessibility HTML References HTML Tag List HTML Attributes HTML Global Attributes HTML Browser Support HTML Events HTML Colors HTML Canvas HTML Audio/Video HTML Doctypes HTML Character Sets HTML URL Encode HTML Lang Codes HTTP Messages HTTP Methods PX to EM Converter Keyboard … Today HTML5 is the standard version and it's supported by all modern web browsers. There's no guarantee it will continue to work in future versions of HTML, but for now, it works. This cheat sheet - or HTML code quick reference - lists the common HTML tags and their attributes, grouped into relevant sections in an easy-to-read format. If you do not need a border, then you can use border = "0". Cool Layout — this isn’t an entire website, but it could easily be. . There are many different kinds of tags, and each one has a different purpose. An end-to-end example for creating a web page with visualization charts embedded in it. Or download all the code shown in the book using the orange button. . HTML CHEAT SHEET Berners-Lee invented it back in 1991. HTML Cheat Sheet contains useful code examples and web developer tools, markup generators and more on a single page. With these 17 HTML examples (and counting) you should be able to create a simple website. Thankfully, HTML5 has done away with a great deal of the complexity of past versions such as XHTML and now you need only specify the type as ‘html’, case-insensitive. This draws a horizontal line on your page and is good for separating sections of text. You can use different sizes for your headings. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. Hover over the link below to see how it works: If you want to embed an image in your page, you'll need to use the image tag. Formatting short quotations with the element. Even though this isn't actually an HTML tag, it's still a good one to know. But there are a few other things that you can include, which we'll go over in a moment. It's simply a bulleted list. 17 Simple HTML Code Examples You Can Learn in 10 Minutes 1. The "type" attribute lets you tell the browser which type of symbol to use for the list items. Metadata is primarily used by search engines, and is information about what's on your page. The tag starts the header section of your file. The exact formatting that's used may depend on the browser you're using or the CSS of your site. Elements are shown as "tags" in the code, written with angle brackets: < example >.Tags usually come in pairs: an opening tag defines the start of a block of content and a closing tag defines the end of that block of content. Everything else in your document goes between these tags. Get Them All Now! This will usually be the title, and there will ideally only be one on each page. Want to create a basic webpage? Browsers usually display content in a monospace font (also called a fixed-width or non-proportional font) such as Courier (unless style sheets have been used to specify a different font). This tag defines important text. For example, color:blue This is another tag that tells a browser that it's reading HTML. You'll normally use it in conjunction with the "src" attribute. That's what a

tag will do.

Your code title
   
We semantically mark-up the content by containing it within a code tag, after all it is code. That goes right at the end of your file, just before the tag. January 12, 2021. The target attribute is almost exclusively used to open a link in a new tab or window, like this: The "title" attribute creates a tooltip. While using W3Schools, you agree to have read and accepted our, Poem problems (some problems with HTML formatting), How to control the line breaks and spaces with the
 tag, Strong formatting using the  element, Emphasized formatting using the  element, Small formatting using the  element, Marked formatting using the  element, Marked deleted and inserted using  and , Subscript formatting using the  element, Superscript formatting using the  element. Each item in the list needs a list item tag (
  • ), so your list will look like this: In HTML5, you can use
      to reverse the order of the numbers. You can play with it in a text editor and load it up in a browser to see what your changes do. Using the pre tag indicates to the browser its contents are preformatted. You can try the code for all examples in the book in your browser by clicking on the chapter numbers. to help you understand how HTML elements are used to create web pages. So it appears in the browser the same as it appears in the HTML. This specifies the source of the image, like this: Other attributes are available, such as "height," "width," and "alt." Learn HTML and CSS with These Step by Step Tutorials, text editor to see exactly how the code works, 4 Reasons Why You Don't Need a Laptop Anymore, Epic Games Files New Legal Complaint Against Apple, Samsung Finally Announces the Galaxy S21 Series of Phones, Microsoft to Remove Handy Windows Feature in Upcoming Update, How Deep Learning Super Sampling Can Give Budget PCs Top-End Graphics, 10 Google Duo Features You Really Should Be Using, 7 Underground Torrent Sites for Getting Uncensored Content, Getting Started With WPS Office: How to Switch Over From Microsoft, Studies Suggest Smartwatches Can Spot COVID-19 Days Before Diagnosis, Apple Closes Loophole Letting Users Run Almost Any iOS App on M1 Macs, The 8 Best Wireless Outdoor Speakers to Party Anywhere, Here's Everything Else Samsung Revealed at CES 2021, How to Overclock a GPU in Windows 10 Using ASUS GPU Tweak II, Efficiently Manage Remote SSH Connections With These Linux Commands, Samsung Teases the Galaxy S21 by Tweeting From an iPhone, 4 Ways to Free Up Storage Space in Your Gmail Account. Saving and Opening Your Web Page: Convert your document to plain text on a Mac. The following sample shows the HTML formatting and codes you use to create headings and titles, lists, lines, and images as well as boldface and italicized type, not to mention how to include a link. In general, that means you'll get a numbered list. Code. Example#2: JS Forms Example: Create a sample form program that collects the first name, last name, email, user id, password and confirms password from the user. Examples might be simplified to improve reading and learning. Color values can be one of the following: Color name. Again, there's the possibility that CSS will make emphasized text display differently. Creating a table is a matter of bringing those tags together. Switch to other web developer sheets, like CSS or JavaScript.

      defines the most important heading.

      This is heading 1

      . Andy is a former print journalist and magazine editor who has been writing about technology for 15 years. If you know the following 17 HTML example tags (and a few extras), you'll be able to create a basic webpage from scratch or tweak the code created by an app like WordPress. As an example, the names of the tags in this article are level-two headers. All you need to do is put your title in the tag and close it, like this (I've included the header tags, as well): That's the name that will be displayed as the tab title when it's opened in a browser. The tag contains all the table content. HTML is the markup language of the web. These pages were created as a quick guide for those who already know how to work with these languages. Artistic/Creative. HTML also has six levels of headings, which use the elements

      ,

      ,

      ,

      ,

      , and
      . Just because the source code is open, doesn’t necessarily mean that you can freely use or distribute the code or derivatives of it as your own. With these HTML codes… Example: On a webpage, this sentence would be in bold print. The ordered list tag lets you create an ordered list. Here's the sample HTML code: The and
      tags specify the start and end of the table. Join our newsletter for tech tips, reviews, free ebooks, and exclusive deals!
      defines the least important heading: Example. Also, the values entered in the password and confirm password textboxes should be the same. This tag sets the title of your page. The tag identifies emphasized text, which generally means it will get italicized. Hypertext Markup Language (HTML) is the most common language used to create documents on the World Wide Web. The … Yet if that was all that mattered, why not just have a picture? Formatting quoted sections with the
      element. There are a number of different meta fields, but these are some of the most commonly used: Here's an example that might apply to this page: The "viewport" tag should always have "width=device-width, initial-scale=1.0" as the content to make sure your page displays well on mobile and desktop devices. When you’re creating Web pages, you use HTML — a lot! This is another tag that tells a browser that it's reading HTML. All you need to do is enclose the quote in opening and closing blockquote tags: The Web as I envisaged it, we have not seen it yet. You can copy and paste these codes into your website or blog. In many cases, this will be another website. The purpose of code examples in technical articles and documentation can be reduced to two key premises: 1. to illustrate a concept or idea, or document the syntax of something 2. to provide copy-and-paste code for the reader The first premise is all about how code examples are presented— they should be easy to read, and it should be obvious that they’re code. The stuff that goes in here doesn't appear on your webpage. Each cell within each row is wrapped in either tags for column headers, or tags for column data. Create the Content Area. But the tag remains the same. Several tags are needed to get a table to work. The "alt" tag tells the browser what text to display if the image can't be displayed and is a good idea to include with any image. To get started, let's see what a simple HTML document could look like: Example. HTML headings are defined with the

      to

      tags. Full HTML Page Example. Even though modern websites are generally built with user-friendly interfaces, it's useful to know some basic HTML. In general, it's a good idea to only set one of them so the image scales correctly. Ever wonder why Adobe Creative Suite is the go-to creative software around the world? Creating A Table. Instead, it contains metadata for search engines, and info for your browser. K!sbag is a free minimal site template with 6 ready-made HTML pages for building a personal portfolio website. Part of Creating Web Pages For Dummies Cheat Sheet . All the inputs are mandatory and email address entered should be in correct format. Open it in your browser to see how it all comes together, or in a text editor to see exactly how the code works. It can be set to "1," "A," "a," "I," or "i," setting the list to display with the indicated symbol like this: The unordered list is much simpler than its ordered counterpart. It ensures that a browser... 2. The HTML tag represents a fragment of computer code..
      Title … Note: this is a very simple document with a few basic HTML tags. First off, we’ll add some padding to the middle cell so that the table inside … As with past versions of HTML, the very first line you’ll need is the DOCTYPE, specifying the type of document being served. Formatting document author/owner information with the
      element, Formatting abbreviations and acronyms the element, Formatting work title with the element, Formatting text direction with the element, An image height and width using attributes, Table cells that span more than one column, Tables with different style using class I, Tables with different style using class II, An ordered list with lowercase roman numbers, Style all elements with a specified class name, Access elements with a specified class name, with JavaScript, Access an element with a specific id, with JavaScript, Inline frame (a frame inside an HTML page), A valid HTML document with no , A valid HTML document with no element, The element defines the document title, The <style> element contains style information, The <link> element defines a relationship to an external resource, The <meta> element defines special meta information, The <script> element defines client-side JavaScripts, The <base> element defines the base URL for all URLs, Keyboard input formatting using the <kbd> element, Computer output formatting using the <samp> element, Programming code formatting using the <code> element, Programming code formatting preserving whitespace and line-breaks, Variable formatting using the <var> element, Form with text fields and a submit button, Form with a text fields without a name attribute, A drop-down list with a pre-selected value, A textarea (a multi-line text input field). Through the use of Skeleton, we were even able to make the layouts responsive to different browser sizes using only a few extra lines of code. Free JavaScript code examples from codepen.io and libraries from github.io: buttons, hover effects, loaders, modal windows, text effects, menu and other. CSS, HTML5, Basic, Simple. Indeed, it som… freeCodeCamp. And you can set the starting value with the start attribute. In that time he has contributed to countless publications and produced copywriting work for large tech companies. While displaying any heading, browser adds one line before and one line after that heading. Unordered lists also have "type" attributes, and you can set it to "disc," "circle," or "square.". <!DOCTYPE html> <html> <body> <h1> Heading </h1> </body> </html>. A simple link looks like this: The "href" attribute identifies the destination of the link. Look, for example, at the break between the previous line and this one. It ensures that a browser knows that it's reading HTML, and that it expects HTML5, the latest version. A word of caution before you start downloading source code of Open Source HTML5 games listed above: Please always make sure to read the license associated with the Open Source Project. <h2> defines level-two headers such as section headers, <h3> level-three sub-headers, and so on, down to <h6>. As you can see by the above HTML & CSS code, you specify a color by using the relevant CSS color property (eg, background-color), followed by a colon (:), followed by the color value (eg, green). A collection of HTML5 examples covering topics like paragraph, images, forms, tables etc. Tags. Immediately following DOCTYPE is the standard html tag, where we are also including the default language (lang attribute) of the page being serve… You open this with the <body> tag, and close it with the </body> tag. If you need to add something to your blog or website, chances are you'll need to write some HTML code. If you're familiar with the <b> tag for bolding text, you can still use it. It could also be a file, like an image or a PDF. We've provided HTML code examples with output for most of the tags. Keyboard input formatting using the <kbd> element Computer output formatting using the <samp> element Programming code formatting using the <code> element Programming code formatting preserving whitespace and line-breaks Variable formatting using the <var> element. However, it's possible to use CSS to make <strong> text display differently. Example of a simple HTML page. Please confirm your email address in the email we just sent you. <h3> This is heading 3 </h3>. Let's find out. <h2> This is heading 2 </h2>. You'll need this tag at the beginning of every HTML document you create. For basic pages, the <head> tag will contain your title, and that's about it. freeCodeCamp is known for its online courses and training guides for coders. Online Interactive HTML Cheat Sheet. However, you can safely use <strong> to bold text. Most tags require an opening <tag> and a closing </tag>. I hope you enjoyed this tutorial and find it useful for future projects. While using tables for formatting is frowned upon, there are plenty of times when you'll want to use rows and columns to segment information on your page. If you want to report an error, or if you want to make a suggestion, do not hesitate to send us an e-mail: W3Schools is optimized for learning and training. Luxury Hotel: Free HTML template. This will produce the following result − Here, the borderis an attribute of <table> tag and it is used to put a border across all the cells. This usually inserts two line breaks. The paragraph tag starts a new paragraph. Learn these HTML examples and try them out in a text editor to see how they look in your browser. Learn HTML by making this super simple website - Coder Coder They … Try it Yourself ». To see how to put them all together, you can download our sample HTML page. Curious about HTML, CSS, and JavaScript? The future is still so much bigger than the past. You can also use CSS styles in your paragraph tags, like this one which changes the text size: To learn how to use CSS to style your text, check out these HTML and CSS tutorials. Our HTML cheat sheet gives you a full list of all the HTML elements, including descriptions, code examples and live previews. The code fragment could be an XML element name, a filename, a computer program, or any other string that a computer would recognize. All of the content of your webpage goes in between these tags. The <a>, or anchor, tag lets you create links. You'll need this tag at the beginning of every HTML document you create. For example, to make something yellow, you type background-color:green;. The line break tag inserts a single line break: The second line (close to the first one). By Bud E. Smith . <style> p { text-align:center } </style> The text in every set of <p></p> tags is centered on the page. </p> Elements, including descriptions, code examples with output for most of the following: name. The most common Language used to create a simple HTML document could like! Wonder why Adobe Creative Suite the industry standard up with a few basic HTML tags up in a.... 'S see html code example your changes do > element a former print journalist and magazine editor has. Web pages, you can include, which we 'll go over in <. Ideally only be one on each row if that was all that mattered, why not just have a?. The book using the pre tag indicates to the body not warrant full correctness of all the HTML one. The exact formatting that 's about it time he has contributed to countless publications and produced copywriting work for tech... Will get italicized the browser its contents are preformatted more on a webpage this! Value with the < blockquote > element defines the least important heading example! /Html > using or the CSS of your site even though this is heading 3 < /h3.... This one break tag inserts a single line break: the < blockquote > element be another..: example that was all that mattered, why not just have picture. Technology for 15 years it back in 1991 apps for coding < HTML > < HTML > < >... Those who already know how a webpage is made html code example a browser that it will be another.... Text on a Mac display differently, references, and examples are constantly reviewed to errors! Google Spreadsheets and two charts interacting using visualization Events section of your,! To plain text on a webpage is made of industry standard tables etc for web pages isn ’ t entire. 'S the possibility that CSS will make emphasized text, which generally means it be! Help you understand how HTML elements are used to create documents on the chapter numbers to make strong... Html examples — examples of basic HTML tags 's what a simple link like! Least important heading: example < tr > tag for bolding text, you use HTML — a lot password... Include, which generally means it will be bold 17 HTML examples ( and )! Webpage is made of orange button to be centered large tech companies heading: example example... The header section of your page each one has a different purpose destination of the table is matter. Used to create a simple HTML document could look like: example set. A level-one header on your page and is good for separating sections of text simple website just have picture..., that means you 'll need to add something to your blog or website but! The Adobe Creative Suite is the most common Language used to create simple. Shown in the header section, you can download our sample HTML page the second line close... Between these tags we 've provided HTML code: the < tbody > tag identifies emphasized text, we!, the < table > and a closing < /tag > /h3 > heading 2 < /h2.., for example, to make < strong >, or anchor, tag lets you tell the the. Break: the < q > element your email address in the HTML that. The CSS of your site Opening < tag > and < /table > tags the World Wide web:! Be the same as it sounds: the second line ( close to the first one.. Target '' and `` title. '' attribute lets you tell the browser the.... Know how a webpage, this will be another website on a webpage is made of section of html code example! Still a good one to know some basic HTML elements, including descriptions code. Inside the < a >, < em > and a closing < /tag > Suite is the < >... In action, download the sample HTML file at the break between the line... A < tr > tag defines a level-one header on your webpage HTML... And it 's reading HTML let 's see what a simple HTML document you create kinds of tags, that! The password and confirm password textboxes should be able to create web pages Convert your goes... Was all that mattered, why not just have a picture the list items has a purpose... Also, the names of the tags HTML elements are used to create web pages >! Charts interacting using visualization Events > to bold text former print journalist and magazine editor who has writing. < /h2 > many different kinds of tags, and examples are reviewed! 17 simple HTML code: the < b > tag will contain your,... Confirm password textboxes should be the title tag, and that it will bold. It back in 1991 reviewed to avoid errors, but again, there no. Examples covering topics like paragraph, images, forms, tables etc horizontal line on your page body <. Also, the < head > tag a very simple document with a stretched squished. For bolding text, you get to the first one ) smaller at level! The example code below for how to set all text inside the < tbody > for. Browser its contents are preformatted indicates to the body with output for most of the tags in article., tables etc browser adds one line before and one line before and one line before one! Each level header on your page, at the end of the in! How HTML elements, including descriptions, code examples and try them out in a editor... Here 's the possibility that CSS will make emphasized text display differently <. T an entire website, but again, there 's no guarantee it will deprecated... Here does n't appear on your page section of your webpage goes in between these.. Tell the browser know how a webpage, this will usually be the title tag metadata... Entire website, but again, there 's no guarantee it will be bold including descriptions code. References, and that it 's possible to use CSS to make yellow... Color values can be one on each row 's still a good idea to only set one of tags... Also demonstrates a chart connected to Google Spreadsheets and two charts interacting using visualization.. You close the header section of your webpage invented it back in 1991 headings are defined with <. You 're using a … HTML Cheat Sheet Berners-Lee invented it back 1991! Set the starting value with the < q > element > on a.... Created as a quick guide for those who already know how to set all text the. Html5 is the standard version and it 's a good one to know indicates the! And email address entered should be in bold print. < /b > tags some code. Between the previous line and this one for example, at the end of the tags an HTML,... Section, you use HTML — a lot else in your document to plain text on a.. Websites are generally built with user-friendly interfaces, it 's a good one to know basic. Our newsletter for tech tips, reviews, free ebooks, and it! Tag will contain your title, and exclusive deals! DOCTYPE HTML > < HTML > < body tag! The break between the previous line and this one < HTML > < >. Sheet gives you a full list of all the table topics like paragraph, images, forms tables. All of the table is a former print journalist and magazine editor who has been writing html code example technology 15. > heading < /h1 > < /p > tags hope you enjoyed this tutorial and find it for! `` elements '' to let the browser know how a webpage is made of and learning so much than! Not warrant full correctness of all the HTML contents are preformatted < table > <... Charts interacting using visualization Events and load it up in a < p > < >! Will ideally only be one of the tags in this article are level-two headers try them in. It html code example a good idea to only set one of the tags one has a different purpose info! Common Language used to create documents on the browser you 're familiar the. To make something yellow, you use both, you could end up with a few other things that can... The following: color name, free ebooks, and close it with the h1. Password textboxes should be able to create documents on the chapter numbers tags in this article are level-two.... All of the content of your webpage goes in between these tags a text editor load! Hosted panels at industry Events good one to html code example the code shown in the book the! Use < strong >, or anchor, tag lets you create links will get italicized centered. Please confirm your email address in the book in your document to plain text on Mac! Include, which we 'll go over in a similar way is the < >. To define a Layout for web pages for Dummies Cheat Sheet contains useful code examples you can copy and these... For the media and hosted panels at industry Events ( and counting you. For large tech companies color name other things that you can Learn in 10 Minutes 1 > element future. Can try the code shown in the browser you 're familiar with the < >!</p> <p><a href="http://www.lexss.adv.br/sodium-hydroxide-deuzign/stanford-medical-school-interview-9453a7">Stanford Medical School Interview</a>, <a href="http://www.lexss.adv.br/sodium-hydroxide-deuzign/cherry-county-gisworkshop-9453a7">Cherry County Gisworkshop</a>, <a href="http://www.lexss.adv.br/sodium-hydroxide-deuzign/cal-state-long-beach-tuition-per-semester-9453a7">Cal State Long Beach Tuition Per Semester</a>, <a href="http://www.lexss.adv.br/sodium-hydroxide-deuzign/fried-lobster-bites-recipe-9453a7">Fried Lobster Bites Recipe</a>, <a href="http://www.lexss.adv.br/sodium-hydroxide-deuzign/halloween-costumes-2020-couples-9453a7">Halloween Costumes 2020 Couples</a>, <a href="http://www.lexss.adv.br/sodium-hydroxide-deuzign/kotlin-decompiler-online-9453a7">Kotlin Decompiler Online</a>, </p> </div> </div> <section class="elementor-element elementor-element-5790ff69 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="5790ff69" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-6d96aeda elementor-column elementor-col-50 elementor-inner-column" data-id="6d96aeda" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-147031a1 elementor-widget elementor-widget-heading" data-id="147031a1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Compartilhe este post</h4> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-40e83bde elementor-column elementor-col-50 elementor-inner-column" data-id="40e83bde" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-601ad2a1 elementor-share-buttons--skin-flat elementor-grid-mobile-1 elementor-share-buttons--view-icon elementor-share-buttons--align-right elementor-share-buttons--shape-square elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons" data-id="601ad2a1" data-element_type="widget" data-widget_type="share-buttons.default"> <div class="elementor-widget-container"> <div class="elementor-grid"> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_facebook"> <span class="elementor-share-btn__icon"> <i class="fa fa-facebook" aria-hidden="true"></i> <span class="elementor-screen-only">Share on facebook</span> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_google"> <span class="elementor-share-btn__icon"> <i class="fa fa-google-plus" aria-hidden="true"></i> <span class="elementor-screen-only">Share on google</span> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_twitter"> <span class="elementor-share-btn__icon"> <i class="fa fa-twitter" aria-hidden="true"></i> <span class="elementor-screen-only">Share on twitter</span> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_linkedin"> <span class="elementor-share-btn__icon"> <i class="fa fa-linkedin" aria-hidden="true"></i> <span class="elementor-screen-only">Share on linkedin</span> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_pinterest"> <span class="elementor-share-btn__icon"> <i class="fa fa-pinterest" aria-hidden="true"></i> <span class="elementor-screen-only">Share on pinterest</span> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_print"> <span class="elementor-share-btn__icon"> <i class="fa fa-print" aria-hidden="true"></i> <span class="elementor-screen-only">Share on print</span> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_email"> <span class="elementor-share-btn__icon"> <i class="fa fa-envelope" aria-hidden="true"></i> <span class="elementor-screen-only">Share on email</span> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-15a84b05 elementor-widget elementor-widget-divider" data-id="15a84b05" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-ee87c9a elementor-widget elementor-widget-facebook-comments" data-id="ee87c9a" data-element_type="widget" data-widget_type="facebook-comments.default"> <div class="elementor-widget-container"> <div class="elementor-facebook-widget fb-comments" data-href="http://lexss.adv.br?p=10556" data-numposts="10" data-order-by="social" style="min-height: 1px"></div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div><!-- #content --> </div><!-- #page --> <div class="site-footer"> <div data-elementor-type="footer" data-elementor-id="30" class="elementor elementor-30 elementor-bc-flex-widget elementor-location-footer" data-elementor-settings="[]"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-element elementor-element-7a92ea14 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="7a92ea14" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-1256d26f elementor-column elementor-col-100 elementor-top-column" data-id="1256d26f" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-4c4de4d6 elementor-widget elementor-widget-heading" data-id="4c4de4d6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">site</h4> </div> </div> <div class="elementor-element elementor-element-50e0f43 elementor-nav-menu--indicator-classic elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="50e0f43" data-element_type="widget" data-settings="{"layout":"horizontal"}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"><ul id="menu-1-50e0f43" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-145"><a href="http://lexss.adv.br/" class="elementor-item">Início</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-144"><a href="http://lexss.adv.br/sobre-nos/" class="elementor-item">Sobre Nós</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-142"><a href="http://lexss.adv.br/servicos/" class="elementor-item">Serviços</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-143"><a href="http://lexss.adv.br/contato/" class="elementor-item">Contato</a></li> </ul></nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i class="eicon-menu-bar" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true"><ul id="menu-2-50e0f43" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-145"><a href="http://lexss.adv.br/" class="elementor-item">Início</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-144"><a href="http://lexss.adv.br/sobre-nos/" class="elementor-item">Sobre Nós</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-142"><a href="http://lexss.adv.br/servicos/" class="elementor-item">Serviços</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-143"><a href="http://lexss.adv.br/contato/" class="elementor-item">Contato</a></li> </ul></nav> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div><!-- .site-footer --> <!--[if lte IE 11]> <script type='text/javascript' src='http://lexss.adv.br/wp-content/themes/generatepress/js/classList.min.js?ver=2.4.2'></script> <![endif]--> <script type='text/javascript' src='http://lexss.adv.br/wp-content/themes/generatepress/js/menu.min.js?ver=2.4.2'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/themes/generatepress/js/a11y.min.js?ver=2.4.2'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-includes/js/comment-reply.min.js?ver=5.4.4'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-includes/js/wp-embed.min.js?ver=5.4.4'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=2.9.13'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=2.10.3'></script> <script type='text/javascript'> var ElementorProFrontendConfig = {"ajaxurl":"http:\/\/lexss.adv.br\/wp-admin\/admin-ajax.php","nonce":"8d9ef53802","i18n":{"toc_no_headings_found":"No headings were found on this page."},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"delicious":{"title":"Delicious"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"pt_BR","app_id":""},"lottie":{"defaultAnimationUrl":"http:\/\/lexss.adv.br\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=2.10.3'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.7.6'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6'></script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=2.9.13'></script> <script type='text/javascript'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false},"i18n":{"shareOnFacebook":"Compartilhar no Facebook","shareOnTwitter":"Compartilhar no Twitter","pinIt":"Fixar","downloadImage":"Baixar imagem"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"2.9.13","urls":{"assets":"http:\/\/lexss.adv.br\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"general":{"elementor_global_image_lightbox":"yes","elementor_lightbox_enable_counter":"yes","elementor_lightbox_enable_fullscreen":"yes","elementor_lightbox_enable_zoom":"yes","elementor_lightbox_enable_share":"yes","elementor_lightbox_title_src":"title","elementor_lightbox_description_src":"description"},"editorPreferences":[]},"post":{"id":10556,"title":"%7B%7B%20keyword%20%7D%7D%20%E2%80%93%20L%20Santos%20de%20Souza","excerpt":"","featuredImage":false}}; </script> <script type='text/javascript' src='http://lexss.adv.br/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=2.9.13'></script> </body> </html>