Pestañas con bordes redondeados
(Better) Tabs with Round Out Borders
A good-looking tab control usually has one feature that I’ve always found impossible to reproduce without images: borders that bend to the outside at the bottom of each tab. In this article I would like to show how you can use the CSS :before and :after pseudo elements to create this effect without using images.
URL: http://css-tricks.com/better-tabs-with-round-out-borders/
<a>
Enlaces HTML
|
1 |
<a title="¿Quiéres una web?" href="http://www.iguannaweb.com">I guanna Web!</a> |
Entre las etiquetas de aperturas <a [modificadores aquí] > puedes usar diferentes modificadores que afectan a la etiqueta, en este caso el más importante es href que sirve para indicar la URL destino del enlace. Por defecto los exploradores usan azul y subrayado para el enlace no visitado, morado y sin subrayar para el visitado y rojo y sin subrayar para el enlace activo.
<!DOCTYPE>
Declaración <!DOCTYPE>
En HTML 4.01 hay muchos tipos de declaraciones DOCTYPE pero en HTML 5 sólo habrá una. Y sirve básicamente para decirle al explorador qué tipo de archivo está abriendo.
|
1 |
<!DOCTYPE html> |



