you need to understand — the <head>
element defines attributes that are used by the browser, but are not directly visible in the page. The <title>
attribute defines the title shown on your browser tab.
After you close the <head>
tag, you should open the <body>
tag, in which all the content to be shown in the page should go.
Also see http://reference.sitepoint.com/html/page-structure for a basic introduction to these elements.
Related Posts:
- What is the difference between HTML tags and ?
- Adding attribute in jQuery
- I’m getting favicon.ico error
- How to set a border for an HTML div tag
- iframe refuses to display
- Setting table column width
- Which characters need to be escaped in HTML?
- Add hover text without javascript like we hover on a user’s reputation
- Creating a nav bar with flexbox
- Why is my Javascript not working?
- How to line-break from css, without using
?- How to put img inline with text
- How to center a “position: absolute” element
- How do I make an image smaller with CSS?
- What is sr-only in Bootstrap 3?
- How to animate GIFs in HTML document?
- How to create uppercase in pure HTML
- How to change text transparency in HTML/CSS?
- How to put text over images in html?
- How to display PDF file in HTML?
- Add Favicon to Website [duplicate]
- Bootstrap 4 images thumbnail classes
- Multiple radio button groups in one form
- What does the shrink-to-fit viewport meta attribute do?
- What formats can be displayed with type=”application/x-shockwave-flash”
- Placing border inside of div and not on its edge
- How to apply CSS to iframe?
- HTML5 required attribute seems not working
- CSS centred header image
- Relative path in HTML
- How to move text up using CSS when nothing is working
- bootstrap navbar not working correctly
- How to play a mp3 using Javascript? [duplicate]
- How to outline text in HTML / CSS
- Play videos with iframe in html
- How to call a REST web service API from JavaScript?
- HTML iframe – disable scroll
- How to make HTML table cell editable?
- How to center content in a Bootstrap column?
- HTML5 Validation Error: body start tag seen but an element of the same type was already open
- How to align an input tag to the center without specifying the width?
- How can I embed video for discord directly from website?
- Basic CSS – how to overlay a DIV with semi-transparent DIV on top
- difference between width auto and width 100 percent
- Is there a command for formatting HTML in the Atom editor?
- How to show text on image when hovering?
- Is it still valid to use IE=edge,chrome=1?
- Set cellpadding and cellspacing in CSS?
- CSS content property: is it possible to insert HTML instead of Text?
- How to increase height of textarea using bootstrap rows and columns
- Indent List in HTML and CSS
- What’s the difference between using NAV and DIV around Bootstrap 3 navbars?
- Absolute position is not working
- Position absolute but relative to parent
- How do you specify table padding in CSS? ( table, not cell padding )
- Two Divs next to each other, that then stack with responsive change
- link not working
- Generating a Random Number for HTML
- HTML Links are not working
- How to extract svg as file from web page
- Force table column widths to always be fixed regardless of contents
- Colspan all columns
- Change the color of glyphicons to blue in some- but not at all places using Bootstrap 2
- Using Numbers With Font Awesome
- single line comment in HTML
- Is there a way to bookmark or link to a section of a page without an anchor?
- Copying HTML code in Google Chrome’s inspect element
- how do I get the bullet points of a
- to center with the text?
- Mail will not send in HTML
- Custom title widget / HTML encoding
- Add HTML Snippet only on specific pages
- Beautify WordPress HTML output without any plugins
- Add custom html to nav_menu
- How to Include HTML in Excerpts?
- Prevent WordPress from messing my HTML
- data-* attributes in blocks
- How can I remove line breaks from manually formatted HTML?
- Most valid way for the URL html structure
- inside in editor
- Strange iframes added in wordpress 4.1 localhost
- HTML tables in content areas
- Why does hitting enter in Visual Editor add instead of ?
- Button in SideBarOther widget not showing up on all pages
- Echoing a variable comes out with lots of white space
- display text on the same line
- WP List Pages – Add Title Attributes to Anchors
- How do I change the text content of a div for a comment validation error message?
- Twentytwenty theme p-tags break em- and strong-tags that span several paragraphs
- Get html from custom route api
- Random newlines inserted when pasting a chunk of HTML code
- Displaying Post Content on tooltip
- HTML regex convert to titlecase
- PayPall Button Data Issue
- How to add a “Read more” button to my blog?
- Include Information Text within Registration Page
- Create HTML newsletter source from WordPress
- Why wordpress can’t display the bash command properly?
- Render HTML with wp_send_json
- How can i get tag without />?
- Have an html site but want to add an existing WordPress site to the back end.