Search
 
SCRIPT & CODE EXAMPLE
 

HTML

all semantic html tags

<article> 	Defines independent, self-contained content
<aside> 	Defines content aside from the page content
<details> 	Defines additional details that the user can view or hide
<figcaption> 	Defines a caption for a <figure> element
<figure> 	Specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
<footer> 	Defines a footer for a document or section
<header> 	Specifies a header for a document or section
<main> 	Specifies the main content of a document
<mark> 	Defines marked/highlighted text
<nav> 	Defines navigation links
<section> 	Defines a section in a document
<summary> 	Defines a visible heading for a <details> element
<time> 	Defines a date/time
Comment

tags semanticas

01 <body>
02     <header>
03         <h1>Cursos de programação</h1>
04     </header>
05     <main>
06         <section>
07             <h2>Java</h2>
08             <article>
09                 <h3>Curso de JavaServer Faces</h3>
10                 <p>Neste curso você aprenderá a desenvolver aplicações com JSF.</p>
11             </article>
12             <article>
13                 <h3>Curso de Spring</h3>
14                 <p>Neste curso você aprenderá utilizar o framework Spring.</p>
15             </article>
16         </section>
17         <section>
18             <h2>PHP</h2>
19             <article>
20                 <h3>Curso básico de PHP</h3>
21                 <p>Conheça a linguagem de programação PHP.</p>
22             </article>
23             <article>
24                 <h3>Curso de PDO</h3>
25                 <p>Aprenda a acessar bancos de dados com PHP Data Objects.</p>
26             </article>
27         </section>
28     </main>
29     <footer>
30         <p>MinhaEmpresa.com.br. Todos os direitos reservados.</p>
31     </footer>
32 </body>
Comment

PREVIOUS NEXT
Code Example
Html :: html classes 
Html :: save html file in mysql 
Html :: html autocomplete 
Html :: section tag 
Html :: vmware workstation ubuntu 19.04 
Html :: createjs 
Html :: html style tag type 
Html :: status code 201 
Html :: type time html returns 24 hour time change to 12 hour 
Html :: remove active class from all li javascript 
Html :: html height percentage not working 
Html :: how to add site logo in wordpress 
Html :: create a close x button in html 
Html :: boots form 
Html :: tr tag 
Html :: is jeremy ugly 
Html :: (i=0;i<100;i++) 
Html :: Impossible to create the root directory "/var/www/html/laraship-subscription/storage/app/public/media/user_v1oz1Yz27j/26 
Html :: git compare files with different names 
Html :: sanity api call html 
Html :: youtube download video html 
Html :: chrome empty page editable 
Html :: html how to set class 
Html :: wordpress customizer sections default 
Html :: ajust aos 
Html :: how to inlcudes js in html 
Html :: charles V and francis I 
Html :: chat box html 
Html :: add logo in html 
Html :: how to spread links from not right next to each other html 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =