For the past 2 weeks or so I have been working on 3 labs, Labs 1, 2 and 3. When I first started this class I learned about HTTP and HTML which stands for Hyper Text Markup Language and Hyper Text Transfer Protocol.Furthermore, I learned about HTMl tags and their affects on HTML coding
especially how to add headings, there can be up to 6 headings in a text edit file. Text edit is a program that you can use to write html tags and with those tags you can create a website that can be viewed on the world wide web or www for short. The way HTML tags work is that they are all unique and have their own functions, also you must open the tag by surrounding with brackets like this < > and then you must close it by writing the same brackets but put a slash like this </> One tag in particular that is really helpful is the center tag, it helps center things like images and text for a website.
Furthermore, I learned at the beginning that besides text edit there are other programs/software's that can be used to create html files such as Dreamweaver, Notepad, Word, Fireworks and etc. Also I learned the code for how to change font color, which just so happens to be: <h1><font color="blue">blank</font</h1> . To insert images I used the following code: <img src = "Location/Filename.extension." alt= "Description"/>. To change the height and width of the image I just add "width=" and "height=" after the file extension. For lab 1 used the codes <h1> through <h4> for the headings. For the paragraph below the headings I used the paragraph html tag, <p>.
This was just a lab to test our skills in the basic of html coding. Lab 2 was me being able to use the adding images code that is shown above as well as making separate paragraphs and adding a thumbnail image. Lab 3 was me being able to change the color of the background by using the code <body style= " background color:__"> , heading codes, adding images codes and adding image codes that looks like this: <a href= http://www._____________.com" target= "__blank">click here </a>. All of this information is crucial to a web designer and I was able to learn it in 3 labs, theres still so much for me to learn.
No comments:
Post a Comment