0% found this document useful (0 votes)
38 views1 page

HTML Basics for Web Development

The document outlines various HTML elements and their functions, including lists, padding, margins, and meta tags for SEO purposes. It highlights the importance of hosting services and recommends Netlify for free hosting. Additionally, it emphasizes the need for web development frameworks to create responsive web applications.

Uploaded by

Brian Kebabe
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

HTML Basics for Web Development

The document outlines various HTML elements and their functions, including lists, padding, margins, and meta tags for SEO purposes. It highlights the importance of hosting services and recommends Netlify for free hosting. Additionally, it emphasizes the need for web development frameworks to create responsive web applications.

Uploaded by

Brian Kebabe
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

ul (Unordered list i.

e bullets and stuff)


ol (Ordered list i.e 1,2,3....)

padding is for inside


margin for outside
padding and margin arrangement: Top, Right, Bottom, Left

b - bold
font-weight

meta - they are used by the SEO(Search Engine Optimisation) as they provide the
metadata about the HTML page, they are used to specify:
1. Keywords which describe the page(<meta name="Keywords"
content="HTML,CSS,JavaScript,SQL,PHP,jQuery,XML,DOM,Bootstrap,Python,Java,Web
development,W3C,tutorials,programming,training,learning,quiz,primer,lessons,referen
ces,examples,exercises,source code,colors,demos,tips">
2. Author of the document
3. Description of the page<meta name=("Description" content="Well organized
and easy to understand Web building tutorials with lots of examples of how to use
HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML.">)
4. The character set used(meta charset="utf-8">)
5. Viewport meta tag was introduced in HTML5 to scale the website by the
value provided.

br- it inserts a single line break not add space between paragraphs and it contains
no closing tag since its an empty tag. used in writing poems, addresses....
pre - preserves the formatting
hr - Horizontal liine(no closing tag)
center - moves content to center
table - inserts table

Hosting- basically housing your website in a server......they include: GoDaddy,


Bigrock, Hostinger etc

USE NETLIFY since its free


web development frameworks - is a collection of solutions and tools required bby
software dev to create, customize and maintain web applications
front end frameworks skills needed for responsiveness since web development is not
only restricted in laptops

You might also like