Monday, October 28, 2013

Week 10A

Today the beginning of learning .html or coding!
Some basic information is that HTML is a Hyper Text Markup Language used for the creation of web pages to be displayed in a web browser. And the www or World Wide Web is a connection of computers used for commercial purposes. The internet is actually a publicly accessible network of interconnected computer networks that transmit data by packet switching using the standard interest Protocol or IP. This is also known as a network of networks. While your on the internet you come across webpages that are written in html.
One way of beginning a webpage is through TextEdit a format that uses plain text to create your html document. The first thing that you need to do is start with <html> and then close your document by closing the tabs < > with a slash /, so it looks like </html>. Then you must save this as index.html so the  internet can recognize the file and open it as html.

We started to look into code and below is the process of my first web page document.

In the first image shows the code and the second one show that result in safari. As you can see the <head> allows you to create the web page title and the <body> allows you to create text onto the page. 

Here is another step that shows a list being created and more hierarchy by using <h1> <h2> for heading  and subheading the text. Under "Why this is" shows a list and how if you use <ul> it makes bullet points and <ol> creates a numerical list. 

And here is my final piece! The link "The most powerful server ever!" is linked to google's main page and I also included an image to follow with the link!

NOW I HAVE CREATED MY OWN RESUME DOCUMENT USING <.HTML>







No comments:

Post a Comment