So, you have started developing your site even further, and now you are wondering what else you can do
There's one thing that you can do, actually, there's many things that you can do, but let's start with the first one
The Marquee
The Marquee is made by simply putting the following tags and
. After doing that, put the text that you want in between the tags, and you will have a scrolling marquee
The Horizontal Line
The horizontal line is even easier, just put the
tag where you want it, and bam, instant line for dividing things
The next one you can do with text, as you can see from before where the marquee was, it is colored text, If you go back one page and click on the RGB color codes page, it has all of the colors that you need. But in order to color the text, you need to put this tag
Another cool thing that you can do is change the background color of your website, I believe that it is the tag
and it works just like text coloring, you need to use the html standard of rgb color codes.
Other Things
After you have learned all of the other things, for personalization options, there are some other things that you can add to your website to make it nicer, like images
You can add lists to your website to show, well lists, and they are done by two letters
li
and the command goes like this
with lists, you can make random lists of things like colors
red
orange
purple
and it looks really nice, and you can also change the style of the bullet points, but we aren't getting that advanced, so I'll save it for another time
as you have already seen here, you can insert pictures, and change the style of text, so let's jump into that
Text Formatting
you can change the text in many ways, like as shown before with text coloring, you can do it with one tag, and the tag is this
and you can pretty much put any of the basic fonts like
Comic Sans MS
Times New Roman
and Verdana
Other features can be added to text, and these are really simple.
Make a tag for the format that you want around the text, and it should apply
For bold make the tag
For italics
and for underline
Images
You can also add images to your webpages, there are two major types of images .jpg, and .png jpegs are more common, and aren't transparent, they usually have a higher quality, and are used in most things like cameras, and phones.
Pngs however are transparent, lower quality, and are often used in brands, buttons, and games. The great thing about pngs are they won't distort as easily when being used in applications to edit them like photoshop
Inserting a image into your website
To insert a image into your website, you need to place it into the folder where the website is found, then you need to create the tag,
and it will place the image where you have the text, for those of you on a chromebook just click on the insert image button on the coding with chrome application. And for those on a windows, mac or linux place your image name in between the quotation marks
Embedding objects
In HTML, you can embed objects so that way you can use them on other websites, some people may embed a calander, clock, game or other things to draw attention, or to show information
Links
In Html, you can also make hyperlinks that redirect to something that is in the same folder, or located on the internet to do so, insert the following tag,
with the name of your website.html Or a link on the internet, like here. Here is a link to go home to my website Home