Quantcast
Channel: Moronacity Tech Journal » Diane Ursu
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Customizing the Body Using CSS

Style sheets are incredibly useful when creating a uniform look across multiple web pages. CSS also simplifies the coding within each page. The first step in using a stylesheet is to create the look of...

View Article



Image may be NSFW.
Clik here to view.

CSS Paragraph and Div Tags

Our sample web page also uses <h1>, <p>, and <div> tags. Those must also be defined. The <h1> tag is used to display the title of the page: “My Sample Page.” This is using a...

View Article

Image may be NSFW.
Clik here to view.

Floating Images with CSS

No web page is complete without images, even if they serve no greater purpose than aestheticism. They are a necessary element because that is what people want to see. Words are great – anyone will tell...

View Article

Image may be NSFW.
Clik here to view.

Customizing a Background with CSS

Background images are nifty. They add color and flair to a web page and can be incredibly useful for branding. The drawback, however, is that they can make it incredibly difficult or annoying to read...

View Article

Image may be NSFW.
Clik here to view.

Defining Fonts with CSS

In “Customizing the Body Using CSS,” we learned how to set the general font for the page. In “CSS: Pargraph and Div Tags,” we learned how to further customize the <h1>, <p>, and <div>...

View Article


CSS Text Alignment Using Tags

Aside from designating a default text alignment for the body, it is also necessary to define some <div> classes in case other alignments are needed. Begin by naming <div> classes for each...

View Article

Image may be NSFW.
Clik here to view.

Formatting CSS Fonts

Fonts are highly-customizable with CSS. You can do all sorts of silly things, although some definitely are not recommended. CSS style properties can be defined within the CSS file, but they can also be...

View Article

Image may be NSFW.
Clik here to view.

CSS Text Properties

Text properties can be defined within the CSS style sheet or inline with the text in the XHTML/web page file using the <span> </span> tags. The following example uses only three properties....

View Article


HTML Lists

HTML lists are useful for organizing ideas with many points. For example, I could use an unordered list to create bullets for listing: my shopping items; examples to help illustrate my point; items...

View Article


Image may be NSFW.
Clik here to view.

Customizing Basic Unordered Lists Using CSS

Unordered lists can be powerful tools for making an article or blog post easier to read. Internet surfers do not like to spend a lot of time on one web page looking for specific information, so lists...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images