Open your text editor or note paid and insert the subsequent code. simply copy and paste the information below into your empty file.
  Save As associate degreed certify you choose All Files beneath "Save as Type" and save the file with an .HTML extension therefore it's like index.html. this can be reaching to be your homepage.
Believe it or not, that's all you wish to form a basic website. Now, after all it's reaching to be improbably plain and unattractive, however you get the concept.This is wherever you wish to insert the phrase that you simply are attempting to focus on and find stratified for. make sure to ascertain the link higher than for assistance on computer program improvement.

<html>
<head>Search Engine Title Goes Here<title>
</title>
</head>
<body>
<p>
This is the body of your website.
</p>
</body>
</html>
 

Adding Font Styles


If you do not add any font designs or sizes, the browser can simply show the person's default fonts on their pc (usually Times New Roman).

However, with CSS you'll be able to tell the browser what font vogue and size you wish for every section of your web site.

So if you wish the paragraph text in your content space to be 14px and use the Arial font then you'd add the subsequent code to your stylesheet right once the #content section.


#content {width: 400px; height: 200px;     margin: 0; padding: 0; border: 0; float: center; background: #8be0ef;}   
#content p {font-family: Arial; font-size: 12px}      

             
  

 

Post a Comment

Popular Posts

 
Top