Search
 
SCRIPT & CODE EXAMPLE
 

HTML

semantic html

    # Is it a meaningful area of the page?
    	Use an HTML5 block element like <header> or <footer>.
        
    # Does it label the start of a new section?
    	Use a heading (with the right level) like <h2> or <h3>
    
    # Does it navigate to a new page?
    	Use an <a href="/page">
        
    # Does it trigger JS behaviour?
    	Use a <button>
        
    # Does it allow user input?
    	Use a <form> containing <input>s (with <label>s!)
        
    # Is it just for applying some layout/styles?
    	Use something like <div class="grid"> or <span class="big-text">
Comment

html semantics

<span style="font-size: 32px; margin: 21px 0;">Is this a top level heading?</span>
Comment

PREVIOUS NEXT
Code Example
Html :: empecher saut de ligne html 
Html :: html div syntax 
Html :: xml to html converter 
Html :: html projects 
Html :: html project ideas 
Html :: snake game in html 
Html :: html range start value 
Html :: default index.html code reac 
Html :: org.hibernate.HibernateException: No CurrentSessionContext configured! hibernate spring 
Html :: where does lava come from 
Css :: no select css 
Css :: css second td in table 
Css :: how to set color of instagram css 
Css :: font helvetica css 
Css :: increase the size of an image on hover using css 
Css :: wordpress smooth scroll to anchor 
Css :: how to make text bold in css 
Css :: not disabled css 
Css :: css gradient text 
Css :: flexbox go to next row 
Css :: scroll-behavior not working 
Css :: remove hover effect css 
Css :: css select all except first 
Css :: color code for pink 
Css :: downgrade composer to 1 in vagrant 
Css :: css smooth transition in and out 
Css :: box shadow top and bottom only 
Css :: css div side rounded 
Css :: how to make a glow effect in html 
Css :: css blink 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =