HTML TIPS

millsjessicainokc

millsjessicainokc

Posted on October 21, 2019

HTML TIPS

HTML TIPS

Here are some HTML (hypertext markup language) tips for newbies. The tips should be very helpful to you especially if you’re just starting out on building web pages.

  1. Always close your HTML tags.
  2. Use HTML comments wisely. To make your HTML code clearer for you (and for others) you can add comments to your code. These are snippets of code that are ignored by the web browser. A comment declaration starts with <! followed by a zero or more comments, followed by >. A comment starts and ends with “--” and doesn’t contain any occurrence of “--”. ( eg. <!--Hello-→)
  3. Never leave your title tag empty.
  4. Use online resources.
  5. Use your browsers development tools.
  6. Use keyboard shortcuts, here are some examples; Save: CTRL+S Refresh: CTRL+R New tab: CTRL+T Close tab: CTRL+W Reopen the last closed tab: CTRL+SHIFT+T Open up browser development tool: F12
  7. There is a HTML Validator that will check your work, you can sync it to your visual studio.

HTML is the foundation to all web pages. In comparison with building a house the HTML would be the walls, sheet rock, foundation. CSS would be the decoration, color of the walls, etc. And Javascript would be the working of the lights and other switches in the house.

💖 💪 🙅 🚩
millsjessicainokc
millsjessicainokc

Posted on October 21, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

CSS Flex box
ctrlshiftcode CSS Flex box

October 31, 2019

CSS for beginners from a beginner
ctrlshiftcode CSS for beginners from a beginner

October 24, 2019

The Rise and Fall of my portfolio project:
ctrlshiftcodeschool The Rise and Fall of my portfolio project:

November 11, 2019

Getting the grid (CSS)
ctrlshiftcodeschool Getting the grid (CSS)

November 2, 2019

What a beginner has learned about CSS
ctrlshiftcode What a beginner has learned about CSS

October 25, 2019