SKYR0SE DOT COM

welcome

Welcome to Sasha's gfx corner Skyrose, here to provide quality resources since May 2014; take a look, read the Terms, grab whatever you like and enjoy. <3

updates

June 18, 2024
♥ v28 layout
♥ 4 textures
♥ 4 gradients
♥ 12 colors

January 02, 2024
♥ v27 layout
♥ 8 backgrounds/patterns
♥ 8 textures
♥ 6 gradients
♥ 2 banners
♥ 4 colors
♥ misc. tuts changes

November 11, 2023
♥ v26 layout
♥ 40 colors
♥ colors revamp

September 25, 2023
♥ v25 layout

April 14, 2020
♥ v24 layout
♥ 12 textures
♥ 4 gradients
♥ 2 banners
♥ 4 colors

October 01, 2018
♥ v23 layout (Halloween theme!)

Navigation

Back pats Banners Textus Colors Gradients

HTML Tuts CP Tuts Ps Tuts PHP Tuts Misc. Tuts

chat with me

Affiliates

HTML codes

This is not once again a real tutorial; I just thought to collect a few basic HTML codes and show them in one place, to help beginners with their first coding tries.

Here are the codes for bolded, italic and underlined text.

<b>this is for bold text</b>
<i>this is for italic text</i>
<u>this is for underlined text</u>

Here is the code for text links opening in the same windows and in a new one - the links themselves don't lead anywhere.

<a href="">this is a normal text link</a>
<a href="" target="_blank">this is a text link opening in a new window</a>

Then the codes for blockquotes and textareas - nifty little things.

<blockquote>normal blockquote text</blockquote>
<textarea>normal textarea text</textarea>

Below you have the codes for the main text headings - which are practically endless.

<h1>text inside header 1 header</h1>
<h2>text inside header 2 header</h2>
<h3>text inside header 3 header</h3>
<h4>text inside header 4 header</h4> - and so on...

Here are the code for layouts' divs - defining the position and the behaviour of your site's sections.

<div style="">content is placed among these, navi as well</div>

After divs, come the tables codes: first an one-column table, then a two-columns one.

<table width="0X" border="0X" cellpadding="0X" cellspacing="0X">
<tr>
<td valign="top/middle/bottom">

HERE GOES THE TABLE CONTENT
</td></tr>
</table>

<table width="0X" border="0X" cellpadding="0X" cellspacing="0X">
<tr>
<td width="0X" valign="top/middle/bottom">

HERE GOES LEFT COLUMN CONTENT
</td>
<td width="0X" valign="top/middle/bottom">

HERE GOES RIGHT COLUMN CONTENT
</td></tr>
</table>

And to conclude the codes for external stylesheets, that has to be placed in the head tag - like the example down here.

<link href="style.css" rel="stylesheet" type="text/css">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>your site title/name goes here</title>
<link href="STYLESHEET-NAME.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>

I hope these code helped; I tried to be as clear as possible but, should you have problems, I'm at your disposal for any further explanation or question. Feel free to ask away. n.n
© Sasha • 05.2014 // Hosted by BS // v28 Ana Beatriz Barros // Design :: FH // Photos :: MF // Powered by CN // Admin :: CP - CMS